@charset "utf-8";
.container-fluid {
  max-width: 1230px;
}
body {
  font-size: 16px;
  line-height: 1.8;
  background: #ffffff;
  color: #181818;
  font-family: "Source Han Sans CN", "noto sans";
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  max-width: 1920px;
  left: 0;
  right: 0;
  margin: 0 auto; 
}
@media (max-width: 992px) {
  .container-fluid {
    width: 100%;
  }
  body {
    font-size: 13px;
  }
}
* {
  margin: 0px;
  padding: 0px;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dd {
  list-style: none;
  margin: 0px 0px 0px 0px;
}
a {
  text-decoration: none;
  color: #181818;
  transition: all 0.6s;
}
a:hover {
  text-decoration: none;
  color: #0070c6;
}
a:focus {
  text-decoration: none !important;
}
img {
  width: 100%;
}

.lunbo .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 0.8;
  background-color: #fff;
  border: 1px solid #fff;
}
.lunbo.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 40px;
}
.lunbo .swiper-pagination-bullet-active {
  background-color: #009944;
  border: 1px solid #009944;
}
@media (max-width: 991px) {
  .lunbo.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
  }
}
/* 底部 */
footer {
  background: url(../img/foot.jpg) no-repeat center bottom #151629;
  color: #fff;
  font-size: 14px;
  background-size: 100% 100%;
}
footer a {
  color: #fff;
}

.foot_menu_bg {
  padding: 40px 0 30px;
	color: #555555;
}
.foot-tit{
	color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  font-family: '微软雅黑';
  padding-bottom: 10px;
}
.fot_about ul li a,.fot_product ul li a{
  font-size: 12px;
  color: #fff;
  text-align: left;
  font-weight: normal;
}
.fot_about ul li:hover a,.fot_product ul li:hover a{
  color: #ba0b05;
}
.fot_product ul li .foot-list{
  font-size: 12px;
  color: #fff;
  text-align: left;
  list-style-type: disc;
}
.fot_contact{
  padding-left: 50px;
}
.fot_contact ul {
  margin: 0px 0px;
  background: url(../img/foot_tel.png) no-repeat left center;
  padding-left: 25px;
}
.fot_contact ul li {
  text-align: left;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  line-height: 35px;
  color: #f2f2f2;
}
.fot_contact .img {
  margin-left: 26px;
  width: 120px;
  height: 120px;
  background: url(../img/jiuxinQR1.jpg) no-repeat left center;
  background-size: 100%;
}

.footer_bg span {
	font-family: Arial, Helvetica, sans-serif;
}

.footer_bg {
	background:#141414;
	line-height:28px;
	text-align: center;
	margin: 0px;
	padding:15px 0px;
	color: #fff;
}


@media (max-width: 767px) {
  .foot_menu_bg{
    display: none;
  }
}
/* 侧边悬浮框 */
.float-box {
  position: fixed;
  bottom: 20%;
  right: -80px;
  z-index: 999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.float-box.active {
  right: 10px;
}
.float-box ul li {
  text-align: center;
  position: relative;
}
.float-box ul li a {
  color: #fff;
  display: block;
  padding: 0px 10px;
  border-radius: 3px;
  background: #0f4bb0;
}
.float-box ul li a span {
  font-size: 26px;
  font-weight: bold;
}
.float-box ul li:hover a {
  color: #fff;
}
/* 手机底部 */
.m-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 999;
}
.m-footer ul {
  margin: 0;
  overflow: hidden;
}
.m-footer ul li {
  width: 25%;
  height: 50px;
  float: left;
  background: #3b3b3b;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 50px;
}
.m-footer ul li:first-child {
  border-left: none;
}
.m-footer ul li a {
  color: #fff;
}
@media (max-width: 991px) {
  footer {
    margin-bottom: 30px;
  }
  .m-footer {
    display: block;
  }
}
.pre-next {
  font-size: 14px;
}
/* 页码 */
.page-box {
  text-align: center;
}
.page-box .pagination {
  overflow: hidden;
}
.page-box .pagination a {
  display: block;
  float: left;
  padding: 5px 12px;
  background: #f5f5f5;
  border-radius: 2px;
  text-align: center;
  margin: 5px 3px;
}
.page-box .pagination .page-num,
.page-box .pagination .page-item {
  background: #eee;
}
.page-box .pagination .page-num-current {
  background: #0f4bb0 !important;
  color: #fff;
}
.page-num-current:hover {
  color: #fff;
}
span.page-num {
  display: none;
}
